Usage:
======

Private Const DBSCHEMA_JETOLEDB_USERROSTER As String = "{947bb102-5d43-11d1-bdbf-00c04fb92675}"

Set RS = Conn.OpenSchema(adSchemaProviderSpecific, , DBSCHEMA_JETOLEDB_USERROSTER)


Four fields:
============

0: COMPUTER_NAME Identifies the workstation as specified in the system's Network control panel.

1: LOGIN_NAME Specifies the name the user entered to log into the database, if it's secured. If
   it isn't secured, this field returns Admin.

2: CONNECTED True (-1) if there's a corresponding user lock in the LDB file.

3: SUSPECT_STATE True (-1) if the user has left the database in a suspect state. Otherwise,
   this value is Null.
